home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / lh211src.zip / MES_E.C < prev    next >
Text File  |  1991-03-02  |  2KB  |  53 lines

  1. /***********************************************************
  2.     mes_e.c -- english error message
  3. ***********************************************************/
  4. /*
  5. char title[] = "\nLHA 2.10  (c)Yoshi, 1988-91\n";
  6. */
  7.  
  8. char NOARCNMERR[]    =    "No archive name";
  9. char NOFNERR[]        =    "No file name";
  10. char NOARCERR[]        =    "Archive not found";
  11. char MKTMPERR[]        =    "Can't create temporary file";
  12. char DUPFNERR[]        =    "Same names in another path";
  13. char TOOLONGERR[]    =    "Path name too long";
  14. char NOFILEERR[]    =    "No file found";
  15. char MKFILEERR[]    =    "Can't create file";
  16. char RDERR[]        =    "Can't read file";
  17. char WTERR[]        =    "Can't write file";
  18. char MEMOVRERR[]    =    "Memory overflow";
  19. char CTRLBRK[]        =    "Ctrl-break pressed";
  20. char NOMATCHERR[]    =    "Can't find File";
  21. char NOTLZH[]        =    "Extension of archive(%s) is not '.LZH'. "
  22.                         "Continue process? [Y/N] ";
  23. char SAMEFILE[]        =    "already exists.";
  24. char OVERWT[]        =    "Overwrite? [Y/N] ";
  25. char MKDIR[]        =    "Make directory? [Y/N] ";
  26. char MKDIRERR[]        =    "Failed in making directory";
  27. char RDONLY[]        =    "Read only!";
  28. char COPYERR[]        =    "\nFailed in copying temporary file to archive\n"
  29.                         "Terminate and left temporary '%s'.\n";
  30. char BROKENARC[]    =    "Broken archive.";
  31. char MAYDELETE[]    =    "  delete? [Y/N] ";
  32. char MAYCONT[]        =    "  continue? [Y/N] ";
  33.  
  34. char SAMEDIR[]        =    "a directory with the same name exists.";
  35. char NEWFILE[]        =    "newer or same file exists.";
  36. char METHODERR[]    =    "unknown method.";
  37. char DISKFULL[]        =    "disk full";
  38. char NOCRC[]        =    "CRC is not supported.";
  39. char NOMOREEXT[]    =    "cannot assign extension.";
  40. char SPECIALATTR[]    =    "special attribute";
  41. char EXTRADATA[]    =    "WARNING: Extra data preceeding the first header.\n\n";
  42. /*
  43. char UNKNOWNERR[]    =    "Unknown error";
  44. char INVCMDERR[]    =    "Invalid command";
  45. char MANYPATERR[]    =    "Too many files in command line";
  46. char RENAMEERR[]    =    "Can't rename Archive";
  47. char TOOMANYERR[]    =    "Too many files matched";
  48. char INVSWERR[]        =    "Invalid switch";
  49. char CRCERR[]        =    "CRC Err\n";
  50. char MKARCERR[]        =    "Can't create archive";
  51. char NESTERR[]        =    "Cannot nest.";
  52. */
  53.